home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / ItsContentsClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  615 b   |  28 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  ItsContentsClass.h
  3.  
  4.             Define class of CSaver itsContents variable
  5.     
  6.     Copyright © 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™ 9:40 PM Wed, Jun 8, 1994
  9.  
  10.     This file is only generated once.
  11.  
  12.     Change CCollaborator below to the actual class of
  13.     your itsContents object
  14.  
  15.  ******************************************************************************/
  16.  
  17. #pragma once
  18.  
  19. #include <CCollaborator.h>
  20.  
  21. #define ITSCONTENTSCLASS CCollaborator
  22.  
  23. #ifdef GENERATE_TEMPLATE
  24.  
  25. #pragma template CSaver<CCollaborator>
  26.  
  27. #endif
  28.